home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / WarriorsProgress.sit / Warrior’s Progress / source code / Source / Libraries / Files / Volume.h < prev    next >
Text File  |  1997-06-28  |  129b  |  16 lines

  1. // Volume.h
  2.  
  3. #ifndef Volume_h
  4. #define Volume_h
  5.  
  6. class Volume
  7.   {
  8.     
  9.     void Unmount();
  10.     void Eject();
  11.     void Flush();
  12.     
  13.   };
  14.  
  15. #endif
  16.